home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / AMOSList / AMOSLIST / text0317.txt < prev    next >
Encoding:
Text File  |  1998-04-01  |  880 b   |  40 lines

  1. Rune Zedeler digitized on 15-Mar-98 05:29:47:
  2.  RZ> On 15-Mar-98, Rand R. Fredricksen wrote:
  3.  
  4. >>On X Goto _Hello,_Goodbye
  5.  
  6.  RZ> Or even better:
  7.  
  8.  RZ> Trap Gosub "_"+X$
  9.  RZ> if Errtrap
  10.  RZ>   Print "I don't understand a thing, dummy!"
  11.  RZ> End If
  12.  RZ> End
  13.  
  14.  RZ> _Hello:
  15.  RZ> Print "Hello right back, Buddy!!!"
  16.  RZ> Return
  17.  
  18.  RZ> _Goodbye:
  19.  RZ> Print "Ok, seeya!!!"
  20.  RZ> Return
  21.  
  22. Ouch! How gauche.
  23.  
  24. I thought we were trying to imitate the switch/case command :)
  25.  
  26.  
  27. Greets,
  28.  - Rand
  29. -- 
  30.   ______                                ________________________ ////
  31.  |   _   \  _____   ___   __ _____      mailto:rand@netwave.net ////
  32.  |  [_}   )(___  \ (   \ |  (  _  \ http://www.netwave.net/members/rand
  33.  |   _   (  / __  \ |   \|  | |_}  )                          ////
  34.  |__| \___)(_______(__|\____(_____/                      \\\\////
  35.  
  36.  
  37. You're not afraid of heights, are you Doctor?   Worf
  38.  
  39.  
  40.